home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / ip / ka9q / MNetsrc.hqx / Mac TCP_IP Source v.33 / version.c < prev   
Text File  |  1989-04-23  |  424b  |  15 lines

  1. /* version control information */
  2. #include "global.h"
  3. #include "config.h"
  4.  
  5. /* Change only the part after the decimal when making local changes.
  6.  * Prefix is changed only by N3EUA. Persons other than KA9Q making local
  7.  * changes and fixes should append letters to the suffix.
  8.  */
  9. #ifdef PROXY
  10. char version[] = "871225.33 (alpha w9nk.4+n6tto.2R1) Mac v1.0";
  11. #else
  12. char version[] = "871225.33 (alpha w9nk.4) Mac v1.0";
  13. #endif
  14.  
  15.